home *** CD-ROM | disk | FTP | other *** search
- object CustomCommandDialog: TCustomCommandDialog
- Left = 384
- Top = 214
- HelpType = htKeyword
- HelpKeyword = 'ui_customcommand'
- BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
- BorderStyle = bsDialog
- Caption = 'CustomCommandDialog'
- ClientHeight = 255
- ClientWidth = 396
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnCloseQuery = FormCloseQuery
- OnShow = FormShow
- DesignSize = (
- 396
- 255)
- PixelsPerInch = 96
- TextHeight = 13
- object Group: TGroupBox
- Left = 8
- Top = 8
- Width = 380
- Height = 205
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 0
- DesignSize = (
- 380
- 205)
- object DescriptionLabel: TLabel
- Left = 11
- Top = 16
- Width = 56
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = '&Popis:'
- FocusControl = DescriptionEdit
- end
- object Label1: TLabel
- Left = 11
- Top = 64
- Width = 87
- Height = 13
- Anchors = [akLeft, akTop, akRight]
- Caption = 'Vla&stn� p��kaz'
- FocusControl = CommandEdit
- end
- object DescriptionEdit: TEdit
- Left = 11
- Top = 32
- Width = 358
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- MaxLength = 250
- TabOrder = 0
- OnChange = ControlChange
- end
- object CommandEdit: THistoryComboBox
- Left = 11
- Top = 80
- Width = 358
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- ItemHeight = 13
- MaxLength = 250
- TabOrder = 1
- OnChange = ControlChange
- OnGetData = CommandEditGetData
- OnSetData = CommandEditSetData
- end
- object ApplyToDirectoriesCheck: TCheckBox
- Left = 16
- Top = 149
- Width = 161
- Height = 17
- Caption = 'Pou��t na &adres��e'
- TabOrder = 5
- OnClick = ControlChange
- end
- object RecursiveCheck: TCheckBox
- Left = 184
- Top = 149
- Width = 185
- Height = 17
- Caption = 'Prov�st &rekurzivn�'
- TabOrder = 6
- OnClick = ControlChange
- end
- object LocalCommandButton: TRadioButton
- Left = 184
- Top = 122
- Width = 185
- Height = 17
- Caption = '&Lok�ln� p��kaz'
- TabOrder = 4
- OnClick = ControlChange
- end
- object RemoteCommandButton: TRadioButton
- Left = 16
- Top = 122
- Width = 161
- Height = 17
- Caption = '&Vzd�len� p��kaz'
- TabOrder = 3
- OnClick = ControlChange
- end
- object ShowResultsCheck: TCheckBox
- Left = 16
- Top = 176
- Width = 161
- Height = 17
- Caption = '&Zobrazit v�sledky v termin�lu'
- TabOrder = 7
- OnClick = ControlChange
- end
- object CopyResultsCheck: TCheckBox
- Left = 184
- Top = 176
- Width = 185
- Height = 17
- Caption = '&Kop�rovat v�sledky do schr�nky'
- TabOrder = 8
- OnClick = ControlChange
- end
- object HintText: TStaticText
- Left = 290
- Top = 103
- Width = 79
- Height = 16
- Alignment = taRightJustify
- Anchors = [akTop, akRight]
- AutoSize = False
- Caption = 'vz&ory'
- TabOrder = 2
- TabStop = True
- end
- end
- object OkButton: TButton
- Left = 144
- Top = 222
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object CancelButton: TButton
- Left = 228
- Top = 222
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = 'Storno'
- ModalResult = 2
- TabOrder = 2
- end
- object HelpButton: TButton
- Left = 312
- Top = 222
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = 'N�pov�&da'
- TabOrder = 3
- OnClick = HelpButtonClick
- end
- end
-